projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52aa6b1
)
Handled fstatat and fsync, fixed fdopendir.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 29 Mar 2013 12:36:43 +0000
(15:36 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 29 Mar 2013 12:36:43 +0000
(15:36 +0300)
nt/mingw-cfg.site
patch
|
blob
|
history
diff --git
a/nt/mingw-cfg.site
b/nt/mingw-cfg.site
index 4e1a77e0968b588c17c1307d71d7919ca1844944..1327d5470a041191858b1a89af5ef389fe67a3d0 100644
(file)
--- a/
nt/mingw-cfg.site
+++ b/
nt/mingw-cfg.site
@@
-30,4
+30,10
@@
ac_cv_func_readlinkat=yes
ac_cv_func_faccessat=yes
# We don't need fdopendir
ac_cv_func_fdopendir="not-needed"
-gl_cv_func_fdopendir_works="no, but not needed, so yes"
+gl_cv_func_fdopendir_works="no-but-not-needed-so-yes"
+# Implemented in w32.c
+ac_cv_func_fstatat=yes
+gl_cv_func_fstatat_zero_flag=yes
+gl_cv_func_lstat_dereferences_slashed_symlink=yes
+# Aliased to _commit in ms-w32.h
+ac_cv_func_fsync=yes